﻿			/*
			--------------------------------------------------------------------------------
			INPUT CSS SCRIPTS
			--------------------------------------------------------------------------------
			*/
			label{
			  width: 100%;
			  text-align:left;
			  padding: 12px;
			  margin-top: 6px;
			  margin-bottom: 16px;
			  resize: vertical;
			}

			input[type=text], select, textarea {
			  width: 100%;
			  padding: 12px;
			  border: 1px solid #ccc;
			  margin-top: 6px;
			  margin-bottom: 16px;
			  resize: vertical;
			}

			input[type=password], select, textarea {
			  width: 100%;
			  padding: 12px;
			  border: 1px solid #ccc;
			  margin-top: 6px;
			  margin-bottom: 16px;
			  resize: vertical;
			}

			input[type=submit] {
			  background-color: #4CAF50;
			  color: white;
			  padding: 12px 20px;
			  border: none;
			  cursor: pointer;
			}

			input[type=submit]:hover {
			  background-color: #45a049;
			}

			@media screen and (max-width: 600px) 
			{
				.input[type=submit]
				{
					width: 100%;
					margin-top: 0;
					margin-left:50px;
					margin-right:50px;
				}
			}